home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / ODF Release 3 / ODF-Interest Archive / October 96 / Using CW Gold 10 with ODF < prev    next >
Encoding:
Internet Message Format  |  1996-12-11  |  1.4 KB  |  [TEXT/ttxt]

  1. Subject:     Using CW Gold 10 with ODF
  2. Sent:        10/18/96 2:17 AM
  3. Received:    10/18/96 11:07 AM
  4. From:        David JL Gradwell, David.Gradwell@ddsl.co.uk
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8.  
  9. Hi,
  10.  
  11. I compiled the ODF Release 2 CodeWarrior project in
  12.         ODFDev:ODF:SLPPCDebug:ODFLibrary.π
  13. using CodeWarrior Gold 10.
  14.  
  15. All of it compiled OK except for one file.
  16.  
  17. There is one error when compiling FWODExce.cpp.
  18.  
  19.         Error   : exception specification list mismatch
  20.         new line 30   new_handler set_new_handler(new_handler) throw();
  21.  
  22. Now, FWODExce.cpp has a line near the beginning:
  23.  
  24.         #include <new.h>
  25.  
  26. new.h only contains
  27.  
  28.         #include <new>
  29.  
  30.  
  31. I also note that the file <new> defines the operators new and delete but that
  32. FWODExce.cpp contains no references to either.
  33.  
  34. I then commented out the line
  35.  
  36.         #include <new.h>
  37.  
  38. in FWODExce.cpp and it compiled OK.
  39.  
  40. Have I done the right thing ?
  41.  
  42. (I also got a linker warning:
  43.  
  44. Link Warning : ignored duplicate resource 'cfrg'(0) in '*Linker-Generated*'
  45.  
  46. )
  47.  
  48. David Gradwell
  49.  
  50. --------------------------------------------------
  51. Data Dictionary Systems Limited. (David.Gradwell@ddsl.co.uk)
  52. Tel : +44 (0) 1276 23519 Fax : +44 (0) 1276 676670
  53.  
  54. DDSL on the web - http://www.irds.org/ddsl/
  55. IRDS on the web - http://www.irds.org/
  56.  
  57.  
  58.